  .navbar {
      z-index: 999;
      background-color: #790134;
      padding-top: 3px;
      padding-bottom: 4px;
      position: sticky;
      top: 0;
      box-shadow: 10px 0 30px 4px #3d3d3d40;
  }
  
  .navbar-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .image-10f {
      vertical-align: baseline;
      width: 19%;
      height: 20%;
  }
  
  .button-4 {
      text-align: center;
      background-color: #966071;
      border-radius: 10px;
      font-weight: 700;
  }
  
  .button-header {
      padding: 9px 32px;
      border-radius: 12px;
      background-color: #ffffff;
      color: #790134;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      display: inline-block;
      transition: all 200ms ease;
      width: 197px;
      height: 44px;
  }
  /*modal*/
  /* Modal fondo oscuro */
  
  .modal {
      display: none;
      position: fixed;
      z-index: 999;
      padding-top: 80px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
      animation: fadeIn 0.3s ease;
  }
  /* Contenido del modal */
  
  .modal-content {
      background-color: #fff;
      margin: auto;
      padding: 30px;
      border-radius: 16px;
      max-width: 500px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
      animation: slideUp 0.4s ease;
      position: relative;
  }
  /* Cerrar botón */
  
  .close {
      color: #aaa;
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
      transition: color 0.2s;
  }
  
  .close:hover {
      color: #333;
  }
  /* Formulario */
  
  .contact-form label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
      color: #333;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"] {
      width: 100%;
      padding: 10px 14px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 10px;
      box-sizing: border-box;
      font-size: 16px;
      transition: border-color 0.3s;
  }
  
  .contact-form input:focus {
      border-color: #0077cc;
      outline: none;
  }
  /* Botón */
  
  .form-button input[type="submit"] {
      background-color: #0077cc;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 10px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 100%;
  }
  
  .form-button input[type="submit"]:hover {
      background-color: #005fa3;
  }
  /*captcha*/
  
  .captcha-container {
      display: flex;
      justify-content: center;
      /* centra el captcha */
      margin: 20px 0;
  }
  
  .captcha-container iframe {
      max-width: 100%;
      height: auto;
  }
  
  .captcha-container iframe {
      max-width: 100%;
      height: auto;
  }
  /*galeria*/
  
  .galeria {
      text-align: center;
  }
  
  .galeria-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      max-width: 1000px;
      margin: auto;
  }
  
  .galeria-grid img {
      width: 100%;
      height: 220px;
      /* tamaño uniforme */
      object-fit: cover;
      /* evita que se deformen */
      border-radius: 10px;
      cursor: pointer;
      transition: transform .3s;
  }
  
  .galeria-grid img:hover {
      transform: scale(1.05);
  }
  
  .galeria {
      padding: 60px 20px;
      text-align: center;
  }
  
  .galeria-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      max-width: 1000px;
      margin: auto;
  }
  
  .galeria-grid img {
      width: 100%;
      height: 220px;
      /* tamaño uniforme */
      object-fit: cover;
      /* evita que se deformen */
      border-radius: 10px;
      cursor: pointer;
      transition: transform .3s;
  }
  
  .galeria-grid img:hover {
      transform: scale(1.05);
  }
  
  .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }
  
  .lightbox img {
      max-width: 85%;
      max-height: 85%;
  }
  /* BOTON CERRAR */
  
  .btn-cerrar {
      position: absolute;
      top: 20px;
      right: 25px;
      width: 40px;
      height: 40px;
      background: white;
      border-radius: 50%;
      border: none;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10001;
  }
  /* FLECHAS */
  
  .flecha {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 45px;
      height: 45px;
      background: white;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10001;
  }
  
  .izquierda {
      left: 25px;
  }
  
  .derecha {
      right: 25px;
  }
  /*boton agendar*/
  
  .button {
      padding: 0.75rem 20px;
      border-radius: 12px;
      background-color: var(--background-color--background-primary);
      transition-property: all;
      transition-duration: 200ms;
      transition-timing-function: ease;
      color: var(--background-color--background-secondary);
      font-weight: 600;
      text-align: center;
  }
  
  .button.-wfp-hover,
  .button:hover {
      scale: 1.05;
  }
  
  .button.-wfp-active,
   :where(html:not(.wf-design-mode)) .button:active {
      scale: 0.95;
  }
  
  .nav-text {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      justify-content: flex-start;
      align-items: center;
      display: flex;
  }
  
  .logo {
      width: 20%;
      height: 16%;
  }
  
  .footer2 {
      background-color: #81304e;
      padding-top: 60px;
      padding-bottom: 30px;
  }
  
  @media (max-width:768px) {
      .galeria-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  
  @media screen and (max-width: 991px) {
      .image-13f {
          width: 64%;
          height: 15%;
      }
  }
  /*slider penthouse*/
  
  .properties-slider {
      position: relative;
      overflow: hidden;
      margin-top: 30px;
  }
  
  .slider-track {
      display: flex;
      transition: transform 0.5s ease;
  }
  
  .slide {
      min-width: 33.33%;
      padding: 5px;
  }
  
  .slide img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
  }
  /* BOTONES */
  
  .slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #81304e;
      color: #fff;
      border: none;
      border-radius: 50%;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      z-index: 2;
  }
  /* POSICIONES */
  
  .prev {
      left: 10px;
  }
  
  .next {
      right: 10px;
  }
  
  @media (max-width: 768px) {
      .slide {
          min-width: 100%;
      }
  }